home *** CD-ROM | disk | FTP | other *** search
- /*
- ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
-
- File : DeviceTree.h
- Author : Ben Manuto
- Creation : Thursday, April 7, 1994 10:48:51 AM
- Copyright : Copyright © 1994, Apple Computer, Inc. All rights reserved.
-
- Purpose :
-
- Revisions :
- ---------------------------------------------------------------------------------
- Date | Who | What
- ---------------------------------------------------------------------------------
- ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- */
-
-
- #define kMaxTreeLevel 50 // Maximum Tree level for spacial indentation.
-
-
- void DisplayTree(void);
-
- void ScanDeviceTree(DeviceNodeID firstNode,
- DeviceNodeID nextNode,
- char *indentSpace,
- short treeLevel);
-
- OSErr DumpNode(DeviceNodeID theNode, char *indentSpace);
-
- OSErr DisplayDeviceAndProperties(DeviceNodeID deviceNode, char *indentSpace);
-